home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard British (B-1.2.2)
/
Stacks
/
Home
/
background_2549.txt
< prev
next >
Wrap
Text File
|
1988-11-08
|
3KB
|
128 lines
-- background: 2549 from stack: in
-- bmap block id: 3700
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on closeCard
hide background field "Local Help"
end closeCard
-- part 7 (field)
-- low flags: 00
-- high flags: 4007
-- rect: left=41 top=75 right=297 bottom=472
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: paths
----- HyperTalk script -----
on closeField
global stacks,applications,documents
put field "paths" of card "stacks" into stacks
put field "paths" of card "applications" into applications
put field "paths" of card "documents" into documents
end closeField
-- part 14 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=256 top=298 right=321 bottom=281
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=228 top=298 right=321 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 17 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=117 top=36 right=61 bottom=394
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 18
-- style flags: 0
-- line height: 24
-- part name:
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=15 top=28 right=62 bottom=49
-- title width / last selected line: 0
-- icon id / first selected line: 2507 / 2507
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
if visible of field "local help" is true then
hide field "local help"
else
show field "local help"
end if
end mouseUp
-- part 19 (field)
-- low flags: 81
-- high flags: 2007
-- rect: left=16 top=65 right=298 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Local Help
----- HyperTalk script -----
on mouseUp
hide field "local Help"
end mouseUp